Version

SeriesValues Constructor(Sheet,String,Nullable<CellReferenceMode>,SeriesValuesColorBy)

Creates a new SeriesValues instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheet As Sheet, _
   ByVal sourceRange As String, _
   Optional ByVal cellReferenceMode As Nullable(Of CellReferenceMode), _
   Optional ByVal colorBy As SeriesValuesColorBy _
)

Parameters

sheet
The worksheet that the Series belongs to.
sourceRange
A string representation of the source range(s) for the values
cellReferenceMode
An optional Infragistics.Documents.Excel.CellReferenceMode to use to parse the source ranges. If null it defaults to the workbook's mode.
colorBy
An optional SeriesValuesColorBy value indicating whether the values which are used for coloring regions in a geographic map chart are interpreted as numerical values or categories. Applicable only when the associated series ChartType is set to RegionMap.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also